home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Strate…Tools for the Enterprise / Microsoft Internet Strategy & Tools for the Enterprise.iso / bkoffice / inetsrv.nts / mips / unattend.txt < prev    next >
Text File  |  1995-12-29  |  1KB  |  69 lines

  1. ; Copyright (C) 1995 Microsoft Corporation
  2. ; All rights reserved.
  3. ;
  4. ; This file is used by Microsoft Internet Information Server 1.0
  5. ; unattended mode installation; modify each of the values below 
  6. ; to configure the server's setup.
  7. ;
  8. ; In general, the value "1" represent TRUE and 
  9. ; the value "0" represent FALSE.
  10.  
  11. ; UNATTENDED.TXT is a sample configuration file included on the
  12. ; compact disc. It is suggested you copy this file and modify it 
  13. ; to meet your installation requirements.
  14.  
  15. ; To start unattended mode setup, at the command prompt type:
  16. ; setup -b unattend.txt
  17. ; where unattend.txt is the sample file you have modified.
  18.  
  19. [INETSTP]
  20.  
  21. ; SPECIFY THE INSTALLATION DIRECTORY
  22.  
  23. InstallDir=c:\inetsrv
  24. GuestAccountName=InternetGuest
  25. GuestAccountPassword=Password
  26.  
  27.  
  28. ; INSTALL THE SETUP PROGRAM ON THE TARGET COMPUTER
  29.  
  30. InstallINETSTP=1
  31.  
  32.  
  33. ; INSTALL THE WWW SERVICE AND SPECIFY THE ROOT DIRECTORY
  34.  
  35. InstallWWW=1
  36. WWWRoot=c:\inetsrv\wwwroot
  37. WWWMode=PerServer
  38. WWWUserCount=100
  39.  
  40.  
  41. ; INSTALL THE GOPHER SERVICE AND SPECIFY THE ROOT DIRECTORY
  42.  
  43. InstallGOPHER=0
  44. GopherRoot=c:\inetsrv\gophroot
  45.  
  46.  
  47. ; Install the FTP service and specify the root directory
  48.  
  49. InstallFTP=0
  50. FTPRoot=c:\inetsrv\ftproot
  51.  
  52.  
  53. ; Install Internet Service Manager
  54.  
  55. InstallADMIN=1
  56.  
  57.  
  58. ; Install Internet Explorer
  59.  
  60. InstallMOSAIC=1
  61.  
  62.  
  63. ; Install WinHelp files
  64.  
  65. InstallHELP=0
  66.  
  67.